|
SPICE Client - Ubuntu
2014/04/24 |
|
Connect to virtual machine that is started with SPICE. This example uses Ubuntu for SPICE client.
|
|
| [1] | Install SPICE client. |
|
root@dlp:~# apt-get -y install spice-client
|
| [2] | Start X windows system and input command like follows to connect to virtual machine. |
|
trusty@pc01:~$ spicec -h 10.0.0.30 -p 5900 -w password
# -h KVM Host machine's hostname or IP address# -p destination Port # -w SPICE password |
| [3] | Just connected. |
|
|
SPICE Client - Windows
|
|
SPICE client for Windows is also provided, so it's possible to connect from Windows. This example uses Windows 7 (x64) for SPICE client.
|
|
| [4] | Download Virt-Viewer Installer from the site below. ⇒ http://www.spice-space.org/download.html After installing and starting Virt-Viewer, following screen is shown. Input "spice://server name(IP address:Port" in the URL field and click "Connect" button. |
|
| [5] | SPICE password is required to input. |
|
| [6] | Just connected. |
|